CalendarView for WinForms
加算演算子 オペレータ (Matrix<T>)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Mathematics 名前空間 > Matrix<T> クラス : 加算演算子 オペレータ
A Matrix indicates the left operand.
A Matrix indicates the right operand.
Defines the + operator for Matrix class.
シンタックス
'宣言
 
Public Operator +( _
   ByVal left As Matrix(Of T), _
   ByVal right As Matrix(Of T) _
) As Matrix(Of T)
public Matrix<T> operator +( 
   Matrix<T> left,
   Matrix<T> right
)

パラメータ

left
A Matrix indicates the left operand.
right
A Matrix indicates the right operand.

戻り値の型

A Matrix indicates the add operation result of two operands.
参照

Matrix<T> クラス
Matrix<T> メンバ